#Location of config and autoexec files
set CONFIGSAS=<path & file to your config file>
set AUTOEXECSAS= <path & file for your autoexec file>

#Location of sas.exe. Note %1 & %2 parms will be set by UltraEdit Tool.
#For 64 bit, use: C:\Program Files\SAS\SASFoundation\9.2(32-bit)\sas.exe
Set EXESAS= <path & file to sas.exe>
"%EXESAS%" ^
 -CONFIG "%CONFIGSAS%" ^
 -autoexec "%AUTOEXECSAS%" -sysin %1 -log %2 nodms
